home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PTextWrapPoly.h -----------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description: This class is a little different than most other commands.
- * The class client must create a complete PRequestBuf object and pass it
- * into the constructor. Refer to the SDK Guide for information about the
- * format of the TextWrapPoly command parameters.
- *-------------------------------------------------------------------------
- */
- #ifndef __PTextWrapPoly__
- #define __PTextWrapPoly__
-
- class PRequestBuf;
-
- class PTextWrapPoly
- {
-
- public:
-
- PTextWrapPoly(PRequestBuf& request);
-
- private:
-
- PTextWrapPoly();
- };
-
- #endif
-
- // end of PTextWrapPoly.h
-